runtime.offAddr.add (method)
5 uses
runtime (current package)
mpagealloc.go#L710: if firstFree.base.lessEqual(addr) && addr.add(size-1).lessEqual(firstFree.bound) {
mpagealloc.go#L714: firstFree.bound = addr.add(size - 1)
mpagealloc.go#L715: } else if !(addr.add(size-1).lessThan(firstFree.base) || firstFree.bound.lessThan(addr)) {
mpagealloc.go#L813: addr := levelIndexToOffAddr(l, i).add(uintptr(base) * pageSize).addr()
mranges.go#L130: func (l offAddr) add(bytes uintptr) offAddr {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |